HeaderItem Property (String) |
Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the
Header class.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string this[
string headerKey
] { get; set; }Public Default Property Item (
headerKey As String
) As String
Get
Set
Parameters
- headerKey
- Type: SystemString
Property Value
Type:
String
See Also